home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
ARGONET
/
PD
/
PROGRAMMING
/
LCLINT2.SPK
/
test
/
test_b
/
tests2_2
/
c
/
arrayfcn
< prev
next >
Wrap
Text File
|
1996-08-28
|
67b
|
7 lines
char *text (int i);
int main (void)
{
printf ("%s", text[i]);
}